home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / rpc / rpcCltStat.h < prev    next >
C/C++ Source or Header  |  1990-10-02  |  725b  |  32 lines

  1. /*
  2.  * rpcCltStat.h --
  3.  *
  4.  *    Statistics are taken to trace the behavior of the RPC system.
  5.  *    The information is recorded in a record of event counts.
  6.  *
  7.  * Copyright (C) 1985 Regents of the University of California
  8.  * All rights reserved.
  9.  *
  10.  *
  11.  * $Header: /sprite/src/kernel/rpc/RCS/rpcCltStat.h,v 9.2 90/10/02 16:29:19 mgbaker Exp $ SPRITE (Berkeley)
  12.  */
  13.  
  14. #ifndef _RPCCLTSTAT
  15. #define _RPCCLTSTAT
  16.  
  17. #include <user/rpc.h>
  18.  
  19. extern Rpc_CltStat rpcCltStat;
  20. extern Rpc_CltStat rpcTotalCltStat;
  21.  
  22. extern void RpcResetCltStat _ARGS_((void));
  23.  
  24. extern void Rpc_PrintCltStat _ARGS_((void));
  25.  
  26. #ifdef notdef
  27. extern void Rpc_EnterProcess _ARGS_((void));
  28. extern void Rpc_LeaveProcess _ARGS_((void));
  29. #endif notdef
  30.  
  31. #endif /* _RPCCLTSTAT */
  32.